﻿2026-07-10T10:18:50.2439092Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-10T10:18:50.2439519Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-10T10:18:50.2439747Z [36;1m$PIN = "0c95435"[0m
2026-07-10T10:18:50.2440012Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-10T10:18:50.2440291Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-10T10:18:50.2440653Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-10T10:18:50.2441051Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-10T10:18:50.2441368Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-10T10:18:50.2442797Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-10T10:18:50.2443036Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-10T10:18:50.2443347Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-10T10:18:50.2443658Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-10T10:18:50.2443927Z [36;1m}[0m
2026-07-10T10:18:50.2444106Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-10T10:18:50.2444372Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-10T10:18:50.2514812Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-10T10:18:50.2515157Z ##[endgroup]
2026-07-10T10:18:51.1801762Z    Compiling proc-macro2 v1.0.106
2026-07-10T10:18:51.1802080Z    Compiling quote v1.0.45
2026-07-10T10:18:51.1802318Z    Compiling unicode-ident v1.0.24
2026-07-10T10:18:51.1802535Z    Compiling cfg-if v1.0.4
2026-07-10T10:18:51.1802784Z    Compiling serde_core v1.0.228
2026-07-10T10:18:51.1802999Z    Compiling serde v1.0.228
2026-07-10T10:18:51.1803270Z    Compiling windows-link v0.2.1
2026-07-10T10:18:51.1803616Z    Compiling portable-atomic v1.13.1
2026-07-10T10:18:51.1804359Z    Compiling getrandom v0.3.4
2026-07-10T10:18:51.1804760Z    Compiling typenum v1.20.1
2026-07-10T10:18:51.1805133Z    Compiling pin-project-lite v0.2.17
2026-07-10T10:18:51.1805617Z    Compiling version_check v0.9.5
2026-07-10T10:18:51.1806053Z    Compiling find-msvc-tools v0.1.9
2026-07-10T10:18:51.1806555Z    Compiling memchr v2.8.1
2026-07-10T10:18:51.1806843Z    Compiling shlex v2.0.1
2026-07-10T10:18:51.1807425Z    Compiling critical-section v1.2.0
2026-07-10T10:18:51.2942520Z    Compiling windows-sys v0.61.2
2026-07-10T10:18:51.2987660Z    Compiling subtle v2.6.1
2026-07-10T10:18:51.3703240Z    Compiling futures-core v0.3.32
2026-07-10T10:18:51.3761192Z    Compiling smallvec v1.15.1
2026-07-10T10:18:51.4154705Z    Compiling equivalent v1.0.2
2026-07-10T10:18:51.5313080Z    Compiling itoa v1.0.18
2026-07-10T10:18:51.5586477Z    Compiling bytes v1.11.1
2026-07-10T10:18:51.5625683Z    Compiling semver v1.0.28
2026-07-10T10:18:51.5755422Z    Compiling stable_deref_trait v1.2.1
2026-07-10T10:18:51.6191764Z    Compiling log v0.4.32
2026-07-10T10:18:51.7882891Z    Compiling generic-array v0.14.7
2026-07-10T10:18:51.7964704Z    Compiling rand_core v0.10.1
2026-07-10T10:18:51.8330556Z    Compiling futures-sink v0.3.32
2026-07-10T10:18:51.8515500Z    Compiling slab v0.4.12
2026-07-10T10:18:51.9082548Z    Compiling futures-io v0.3.32
2026-07-10T10:18:52.0757642Z    Compiling rustc_version v0.4.1
2026-07-10T10:18:52.1500508Z    Compiling hashbrown v0.17.1
2026-07-10T10:18:52.2722048Z    Compiling futures-channel v0.3.32
2026-07-10T10:18:52.2767207Z    Compiling rustversion v1.0.22
2026-07-10T10:18:52.2839477Z    Compiling futures-task v0.3.32
2026-07-10T10:18:52.2925633Z    Compiling getrandom v0.2.17
2026-07-10T10:18:52.3479850Z    Compiling jobserver v0.1.34
2026-07-10T10:18:52.3583523Z    Compiling cpufeatures v0.2.17
2026-07-10T10:18:52.3636151Z    Compiling getrandom v0.4.2
2026-07-10T10:18:52.4247663Z    Compiling fnv v1.0.7
2026-07-10T10:18:52.4322918Z    Compiling libc v0.2.186
2026-07-10T10:18:52.8699999Z    Compiling strsim v0.11.1
2026-07-10T10:18:52.9630343Z    Compiling cfg_aliases v0.2.1
2026-07-10T10:18:52.9999285Z    Compiling litemap v0.8.2
2026-07-10T10:18:53.0163767Z    Compiling cc v1.2.63
2026-07-10T10:18:53.0728591Z    Compiling writeable v0.6.3
2026-07-10T10:18:53.0740716Z    Compiling autocfg v1.5.1
2026-07-10T10:18:53.1594709Z    Compiling ident_case v1.0.1
2026-07-10T10:18:53.1949445Z    Compiling dunce v1.0.5
2026-07-10T10:18:53.2381019Z    Compiling utf8_iter v1.0.4
2026-07-10T10:18:53.3469249Z    Compiling indexmap v2.14.0
2026-07-10T10:18:53.4078937Z    Compiling icu_normalizer_data v2.2.0
2026-07-10T10:18:53.4623477Z    Compiling fs_extra v1.3.0
2026-07-10T10:18:53.5841774Z    Compiling icu_properties_data v2.2.0
2026-07-10T10:18:53.6143322Z    Compiling percent-encoding v2.3.2
2026-07-10T10:18:53.6634310Z    Compiling http v1.4.1
2026-07-10T10:18:53.7423191Z    Compiling aws-lc-rs v1.17.0
2026-07-10T10:18:53.7449029Z    Compiling unicode-segmentation v1.13.3
2026-07-10T10:18:53.9411200Z    Compiling syn v2.0.117
2026-07-10T10:18:54.0623895Z    Compiling crypto-common v0.1.7
2026-07-10T10:18:54.1352797Z    Compiling cmake v0.1.58
2026-07-10T10:18:54.1723622Z    Compiling thiserror v2.0.18
2026-07-10T10:18:54.2167062Z    Compiling cpufeatures v0.3.0
2026-07-10T10:18:54.2673154Z    Compiling scopeguard v1.2.0
2026-07-10T10:18:54.3915006Z    Compiling form_urlencoded v1.2.2
2026-07-10T10:18:54.5090965Z    Compiling block-buffer v0.10.4
2026-07-10T10:18:54.7085041Z    Compiling ring v0.17.14
2026-07-10T10:18:54.7235659Z    Compiling winapi v0.3.9
2026-07-10T10:18:54.7942854Z    Compiling lock_api v0.4.14
2026-07-10T10:18:54.8187724Z    Compiling chacha20 v0.10.0
2026-07-10T10:18:54.8451381Z    Compiling untrusted v0.9.0
2026-07-10T10:18:54.9065699Z    Compiling bitflags v2.12.1
2026-07-10T10:18:54.9440145Z    Compiling num-traits v0.2.19
2026-07-10T10:18:55.1325828Z    Compiling aws-lc-sys v0.41.0
2026-07-10T10:18:55.3345048Z    Compiling windows-strings v0.5.1
2026-07-10T10:18:55.4291865Z    Compiling windows-result v0.4.1
2026-07-10T10:18:55.5744770Z    Compiling digest v0.10.7
2026-07-10T10:18:56.0572830Z    Compiling rustls v0.23.40
2026-07-10T10:18:56.1646131Z    Compiling rand v0.10.1
2026-07-10T10:18:56.1718967Z    Compiling heck v0.5.0
2026-07-10T10:18:56.1974768Z    Compiling convert_case v0.10.0
2026-07-10T10:18:56.2214996Z    Compiling atomic-waker v1.1.2
2026-07-10T10:18:56.2434192Z    Compiling unicode-xid v0.2.6
2026-07-10T10:18:56.2464660Z    Compiling anyhow v1.0.102
2026-07-10T10:18:56.2963697Z    Compiling const-oid v0.10.2
2026-07-10T10:18:56.3839440Z    Compiling parking_lot_core v0.9.12
2026-07-10T10:18:56.4675169Z    Compiling zerocopy v0.8.50
2026-07-10T10:18:56.4883349Z    Compiling httparse v1.10.1
2026-07-10T10:18:56.5280735Z    Compiling http-body v1.0.1
2026-07-10T10:18:56.6050201Z    Compiling curve25519-dalek v4.1.3
2026-07-10T10:18:56.6824946Z    Compiling hybrid-array v0.4.12
2026-07-10T10:18:56.7002574Z    Compiling ahash v0.8.12
2026-07-10T10:18:56.7369449Z    Compiling either v1.16.0
2026-07-10T10:18:56.9984063Z    Compiling powerfmt v0.2.0
2026-07-10T10:18:57.0079332Z    Compiling base64ct v1.8.3
2026-07-10T10:18:57.0124134Z    Compiling fastrand v2.4.1
2026-07-10T10:18:57.2054632Z    Compiling deranged v0.5.8
2026-07-10T10:18:57.3145672Z    Compiling pem-rfc7468 v1.0.0
2026-07-10T10:18:57.3380449Z    Compiling uuid v1.23.2
2026-07-10T10:18:57.3476532Z    Compiling rand_core v0.6.4
2026-07-10T10:18:57.3755565Z    Compiling time-core v0.1.8
2026-07-10T10:18:57.4535924Z    Compiling num-conv v0.2.2
2026-07-10T10:18:57.4892907Z    Compiling tower-service v0.3.3
2026-07-10T10:18:57.5341666Z    Compiling tinyvec_macros v0.1.1
2026-07-10T10:18:57.6426468Z    Compiling try-lock v0.2.5
2026-07-10T10:18:57.6512789Z    Compiling zmij v1.0.21
2026-07-10T10:18:57.6815298Z    Compiling data-encoding v2.11.0
2026-07-10T10:18:57.6847275Z    Compiling base64 v0.22.1
2026-07-10T10:18:57.7323158Z    Compiling pkg-config v0.3.33
2026-07-10T10:18:57.7524102Z    Compiling vcpkg v0.2.15
2026-07-10T10:18:57.7797256Z    Compiling tinyvec v1.11.0
2026-07-10T10:18:57.9966660Z    Compiling parking_lot v0.12.5
2026-07-10T10:18:58.0248496Z    Compiling socket2 v0.6.4
2026-07-10T10:18:58.1141262Z    Compiling mio v1.2.1
2026-07-10T10:18:58.4544242Z    Compiling synstructure v0.13.2
2026-07-10T10:18:58.4544809Z    Compiling darling_core v0.20.11
2026-07-10T10:18:58.5164854Z    Compiling want v0.3.1
2026-07-10T10:18:58.5190135Z    Compiling crypto-common v0.2.2
2026-07-10T10:18:58.7188620Z    Compiling block-buffer v0.12.0
2026-07-10T10:18:58.7338362Z    Compiling sha2 v0.10.9
2026-07-10T10:18:58.7989274Z    Compiling vergen-lib v9.1.0
2026-07-10T10:18:58.8218058Z    Compiling inout v0.1.4
2026-07-10T10:18:58.8907579Z    Compiling n0-future v0.3.2
2026-07-10T10:18:58.9673451Z    Compiling winnow v1.0.3
2026-07-10T10:18:59.0705706Z    Compiling httpdate v1.0.3
2026-07-10T10:18:59.0939283Z    Compiling libsqlite3-sys v0.30.1
2026-07-10T10:18:59.2964977Z    Compiling diatomic-waker v0.2.3
2026-07-10T10:18:59.3094913Z    Compiling cordyceps v0.3.4
2026-07-10T10:18:59.3138990Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-10T10:18:59.3183401Z    Compiling serde_json v1.0.150
2026-07-10T10:18:59.3273490Z    Compiling spin v0.10.0
2026-07-10T10:18:59.4338655Z    Compiling crossbeam-utils v0.8.21
2026-07-10T10:18:59.4452778Z    Compiling signature v2.2.0
2026-07-10T10:18:59.4867605Z    Compiling parking v2.2.1
2026-07-10T10:18:59.6106108Z    Compiling futures-buffered v0.2.13
2026-07-10T10:18:59.6368823Z    Compiling ed25519 v2.2.3
2026-07-10T10:18:59.6603362Z    Compiling digest v0.11.3
2026-07-10T10:18:59.7743553Z    Compiling futures-lite v2.6.1
2026-07-10T10:19:00.0046731Z    Compiling cipher v0.4.4
2026-07-10T10:19:00.1664289Z    Compiling vergen v9.1.0
2026-07-10T10:19:00.1827406Z    Compiling vergen-lib v0.1.6
2026-07-10T10:19:00.2469547Z    Compiling universal-hash v0.5.1
2026-07-10T10:19:00.3169631Z    Compiling noq-udp v0.10.0
2026-07-10T10:19:00.3563497Z    Compiling heapless v0.7.17
2026-07-10T10:19:00.4664081Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-10T10:19:00.5450980Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-10T10:19:00.5545685Z    Compiling sync_wrapper v1.0.2
2026-07-10T10:19:00.5698756Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-10T10:19:00.7727527Z    Compiling byteorder v1.5.0
2026-07-10T10:19:00.7728049Z    Compiling opaque-debug v0.3.1
2026-07-10T10:19:00.7886663Z    Compiling serde_derive v1.0.228
2026-07-10T10:19:00.8018821Z    Compiling zeroize_derive v1.4.3
2026-07-10T10:19:00.8151620Z    Compiling zerofrom-derive v0.1.7
2026-07-10T10:19:00.9082077Z    Compiling yoke-derive v0.8.2
2026-07-10T10:19:00.9327037Z    Compiling tokio-macros v2.7.0
2026-07-10T10:19:01.0483931Z    Compiling futures-macro v0.3.32
2026-07-10T10:19:01.1031756Z    Compiling zerovec-derive v0.11.3
2026-07-10T10:19:01.1403827Z    Compiling displaydoc v0.2.6
2026-07-10T10:19:01.1653912Z    Compiling tracing-attributes v0.1.31
2026-07-10T10:19:01.3147642Z    Compiling thiserror-impl v2.0.18
2026-07-10T10:19:01.5793751Z    Compiling zeroize v1.8.2
2026-07-10T10:19:01.6899310Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-10T10:19:01.8699504Z    Compiling rustls-pki-types v1.14.1
2026-07-10T10:19:01.9957756Z    Compiling darling_macro v0.20.11
2026-07-10T10:19:02.0223250Z    Compiling tokio v1.52.3
2026-07-10T10:19:02.2930705Z    Compiling derive_more-impl v2.1.1
2026-07-10T10:19:02.2931190Z    Compiling futures-util v0.3.32
2026-07-10T10:19:02.3154612Z    Compiling spez v0.1.2
2026-07-10T10:19:02.4197924Z    Compiling windows-implement v0.60.2
2026-07-10T10:19:02.5731208Z    Compiling darling v0.20.11
2026-07-10T10:19:02.6320812Z    Compiling windows-interface v0.59.3
2026-07-10T10:19:02.6387554Z    Compiling n0-error-macros v0.1.3
2026-07-10T10:19:02.6696354Z    Compiling zerofrom v0.1.8
2026-07-10T10:19:02.7534605Z    Compiling der v0.8.0-rc.10
2026-07-10T10:19:02.8900247Z    Compiling derive_builder_core v0.20.2
2026-07-10T10:19:02.9603260Z    Compiling pin-project-internal v1.1.13
2026-07-10T10:19:03.0439177Z    Compiling yoke v0.8.3
2026-07-10T10:19:03.0612807Z    Compiling allocator-api2 v0.2.21
2026-07-10T10:19:03.4752711Z    Compiling zerovec v0.11.6
2026-07-10T10:19:03.5015291Z    Compiling zerotrie v0.2.4
2026-07-10T10:19:03.5796273Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-10T10:19:03.6181411Z    Compiling windows-core v0.62.2
2026-07-10T10:19:03.8791419Z    Compiling n0-error v0.1.3
2026-07-10T10:19:03.8869144Z    Compiling spki v0.8.0-rc.4
2026-07-10T10:19:04.0769513Z    Compiling ed25519-dalek v2.2.0
2026-07-10T10:19:04.0924234Z    Compiling tinystr v0.8.3
2026-07-10T10:19:04.2006230Z    Compiling potential_utf v0.1.5
2026-07-10T10:19:04.2430008Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-10T10:19:04.2664981Z    Compiling derive_builder_macro v0.20.2
2026-07-10T10:19:04.3906956Z    Compiling icu_locale_core v2.2.0
2026-07-10T10:19:04.4349907Z    Compiling icu_collections v2.2.0
2026-07-10T10:19:04.4824594Z    Compiling hash32 v0.2.1
2026-07-10T10:19:04.5413294Z    Compiling pin-project v1.1.13
2026-07-10T10:19:04.6432565Z    Compiling polyval v0.6.2
2026-07-10T10:19:04.8146561Z    Compiling derive_builder v0.20.2
2026-07-10T10:19:05.1105129Z    Compiling spin v0.9.8
2026-07-10T10:19:05.1192799Z    Compiling vergen-gitcl v1.0.8
2026-07-10T10:19:05.1193706Z    Compiling windows-threading v0.2.1
2026-07-10T10:19:05.1686899Z    Compiling signature v3.0.0
2026-07-10T10:19:05.2023047Z    Compiling fallible-iterator v0.3.0
2026-07-10T10:19:05.2023583Z    Compiling tower-layer v0.3.3
2026-07-10T10:19:05.2301283Z    Compiling ryu v1.0.23
2026-07-10T10:19:05.3125649Z    Compiling icu_provider v2.2.0
2026-07-10T10:19:05.3696611Z    Compiling futures-executor v0.3.32
2026-07-10T10:19:05.4028543Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-10T10:19:05.5532599Z    Compiling icu_normalizer v2.2.0
2026-07-10T10:19:05.5641826Z    Compiling icu_properties v2.2.0
2026-07-10T10:19:05.6190174Z    Compiling futures v0.3.32
2026-07-10T10:19:05.6408523Z    Compiling windows-future v0.3.2
2026-07-10T10:19:05.6716781Z    Compiling windows-targets v0.52.6
2026-07-10T10:19:05.7077208Z    Compiling ghash v0.5.1
2026-07-10T10:19:05.7475510Z    Compiling windows-collections v0.3.2
2026-07-10T10:19:05.7581271Z    Compiling windows-numerics v0.3.1
2026-07-10T10:19:05.7961999Z    Compiling proc-macro-crate v3.5.0
2026-07-10T10:19:05.8602853Z    Compiling ipnet v2.12.0
2026-07-10T10:19:05.9682310Z    Compiling ed25519 v3.0.0-rc.4
2026-07-10T10:19:06.1329920Z    Compiling spt-proto v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-10T10:19:06.3151579Z    Compiling tokio-util v0.7.18
2026-07-10T10:19:06.3756686Z    Compiling once_cell v1.21.4
2026-07-10T10:19:06.4705915Z    Compiling prefix-trie v0.8.4
2026-07-10T10:19:06.4945621Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-10T10:19:06.5159763Z    Compiling cobs v0.3.0
2026-07-10T10:19:06.5225021Z    Compiling postcard-derive v0.2.2
2026-07-10T10:19:06.5908975Z    Compiling tracing-core v0.1.36
2026-07-10T10:19:06.6223887Z    Compiling derive_more v2.1.1
2026-07-10T10:19:06.6955824Z    Compiling aes v0.8.4
2026-07-10T10:19:06.7789036Z    Compiling ctr v0.9.2
2026-07-10T10:19:06.8084570Z    Compiling idna_adapter v1.2.2
2026-07-10T10:19:06.9883504Z    Compiling tracing v0.1.44
2026-07-10T10:19:06.9884008Z    Compiling hashbrown v0.14.5
2026-07-10T10:19:07.0420776Z    Compiling idna v1.1.0
2026-07-10T10:19:07.1478108Z    Compiling sha2 v0.11.0-rc.5
2026-07-10T10:19:07.1726779Z    Compiling time v0.3.47
2026-07-10T10:19:07.1989782Z    Compiling fs2 v0.4.3
2026-07-10T10:19:07.2775093Z    Compiling http-body-util v0.1.3
2026-07-10T10:19:07.3941164Z    Compiling url v2.5.8
2026-07-10T10:19:07.4470190Z    Compiling h2 v0.4.14
2026-07-10T10:19:07.4912517Z    Compiling aead v0.5.2
2026-07-10T10:19:07.4912882Z    Compiling ipconfig v0.3.4
2026-07-10T10:19:07.5637357Z    Compiling arrayvec v0.7.6
2026-07-10T10:19:07.6704440Z    Compiling hashlink v0.9.1
2026-07-10T10:19:07.6858105Z    Compiling utf8parse v0.2.2
2026-07-10T10:19:07.7437616Z    Compiling widestring v1.2.1
2026-07-10T10:19:07.9205921Z    Compiling aes-gcm v0.10.3
2026-07-10T10:19:07.9577060Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-10T10:19:08.0281634Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-10T10:19:08.0716335Z    Compiling postcard v1.1.3
2026-07-10T10:19:08.0999539Z    Compiling rusqlite v0.32.1
2026-07-10T10:19:08.1691302Z    Compiling data-encoding-macro v0.1.20
2026-07-10T10:19:08.1870321Z    Compiling num_enum_derive v0.7.6
2026-07-10T10:19:08.2487149Z    Compiling tower v0.5.3
2026-07-10T10:19:08.3626742Z    Compiling windows v0.62.2
2026-07-10T10:19:08.4467408Z    Compiling chrono v0.4.45
2026-07-10T10:19:08.4668676Z    Compiling windows-sys v0.59.0
2026-07-10T10:19:08.5310607Z    Compiling crossbeam-epoch v0.9.18
2026-07-10T10:19:08.5382211Z    Compiling crossbeam-channel v0.5.15
2026-07-10T10:19:08.6908379Z    Compiling async-trait v0.1.89
2026-07-10T10:19:08.9497498Z    Compiling iroh-metrics-derive v0.4.1
2026-07-10T10:19:09.0203753Z    Compiling spt-store v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-10T10:19:09.2580900Z    Compiling enum-assoc v1.3.0
2026-07-10T10:19:09.4107854Z    Compiling strum_macros v0.28.0
2026-07-10T10:19:09.5851952Z    Compiling windows-registry v0.6.1
2026-07-10T10:19:09.6327648Z    Compiling blake3 v1.8.5
2026-07-10T10:19:09.6659628Z    Compiling memoffset v0.6.5
2026-07-10T10:19:09.8777181Z    Compiling netwatch v0.16.0
2026-07-10T10:19:09.9447882Z    Compiling noq v0.18.0
2026-07-10T10:19:10.0590686Z    Compiling acto v0.8.2
2026-07-10T10:19:10.0764806Z    Compiling sorted-index-buffer v0.2.1
2026-07-10T10:19:10.2270867Z    Compiling identity-hash v0.1.0
2026-07-10T10:19:10.2529350Z    Compiling tagptr v0.2.0
2026-07-10T10:19:10.2950630Z    Compiling ref-cast v1.0.25
2026-07-10T10:19:10.3179829Z    Compiling foldhash v0.2.0
2026-07-10T10:19:10.3246971Z    Compiling lru-slab v0.1.2
2026-07-10T10:19:10.3286514Z    Compiling mac-addr v0.3.0
2026-07-10T10:19:10.4008906Z    Compiling rustc-hash v2.1.2
2026-07-10T10:19:10.4252691Z    Compiling xml-rs v0.8.28
2026-07-10T10:19:10.4651335Z    Compiling thiserror v1.0.69
2026-07-10T10:19:10.5190899Z    Compiling netdev v0.42.0
2026-07-10T10:19:10.5313289Z    Compiling hashbrown v0.16.1
2026-07-10T10:19:10.5464828Z    Compiling moka v0.12.15
2026-07-10T10:19:10.8413754Z    Compiling iroh-relay v0.98.0
2026-07-10T10:19:11.0036858Z    Compiling xmltree v0.10.3
2026-07-10T10:19:11.0411486Z    Compiling iroh-metrics v0.38.3
2026-07-10T10:19:11.2784015Z    Compiling hyper v1.10.1
2026-07-10T10:19:11.3585359Z    Compiling spt-msg v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-10T10:19:11.3586093Z    Compiling num_enum v0.7.6
2026-07-10T10:19:11.3998273Z    Compiling tower-http v0.6.11
2026-07-10T10:19:11.5454954Z    Compiling iroh-base v0.98.0
2026-07-10T10:19:11.5895570Z    Compiling attohttpc v0.30.1
2026-07-10T10:19:11.6898227Z    Compiling n0-watcher v0.6.1
2026-07-10T10:19:11.7598235Z    Compiling tokio-stream v0.1.18
2026-07-10T10:19:11.9778118Z    Compiling serde_spanned v0.6.9
2026-07-10T10:19:12.1257050Z    Compiling toml_datetime v0.6.11
2026-07-10T10:19:12.1975188Z    Compiling ref-cast-impl v1.0.25
2026-07-10T10:19:12.2052292Z    Compiling thiserror-impl v1.0.69
2026-07-10T10:19:12.4346484Z    Compiling serde_derive_internals v0.29.1
2026-07-10T10:19:12.5827104Z    Compiling hyper-util v0.1.20
2026-07-10T10:19:12.5832846Z    Compiling strum v0.28.0
2026-07-10T10:19:12.5962286Z    Compiling simple-dns v0.9.3
2026-07-10T10:19:12.6800850Z    Compiling serial-core v0.4.0
2026-07-10T10:19:12.9458432Z    Compiling aho-corasick v1.1.4
2026-07-10T10:19:12.9714548Z    Compiling simdutf8 v0.1.5
2026-07-10T10:19:12.9774796Z    Compiling arrayref v0.3.9
2026-07-10T10:19:13.1870270Z    Compiling resolv-conf v0.7.6
2026-07-10T10:19:13.2154927Z    Compiling constant_time_eq v0.4.2
2026-07-10T10:19:13.2462917Z    Compiling smol_str v0.1.24
2026-07-10T10:19:13.4395205Z    Compiling regex-syntax v0.8.10
2026-07-10T10:19:13.4727698Z    Compiling winnow v0.7.15
2026-07-10T10:19:13.5534744Z    Compiling winreg v0.10.1
2026-07-10T10:19:13.6571786Z    Compiling toml_write v0.1.2
2026-07-10T10:19:13.7140164Z    Compiling sha1_smol v1.0.1
2026-07-10T10:19:13.8113595Z    Compiling iroh-dns v0.98.0
2026-07-10T10:19:14.0542166Z    Compiling igd-next v0.17.1
2026-07-10T10:19:14.0625396Z    Compiling schemars_derive v1.2.1
2026-07-10T10:19:14.0731598Z    Compiling serial-windows v0.4.0
2026-07-10T10:19:14.2995547Z    Compiling lru v0.16.4
2026-07-10T10:19:14.4300393Z    Compiling webpki-roots v1.0.7
2026-07-10T10:19:14.4727300Z    Compiling darling_core v0.23.0
2026-07-10T10:19:14.5959753Z    Compiling seize v0.5.1
2026-07-10T10:19:14.6347750Z    Compiling hmac v0.12.1
2026-07-10T10:19:14.6381163Z    Compiling serde_bytes v0.11.19
2026-07-10T10:19:14.7023427Z    Compiling iroh v0.98.2
2026-07-10T10:19:14.7920691Z    Compiling pin-utils v0.1.0
2026-07-10T10:19:14.8026419Z    Compiling bitflags v1.3.2
2026-07-10T10:19:14.9370682Z    Compiling once_cell_polyfill v1.70.2
2026-07-10T10:19:14.9414465Z    Compiling anstyle v1.0.14
2026-07-10T10:19:14.9471230Z    Compiling dyn-clone v1.0.20
2026-07-10T10:19:15.1059846Z    Compiling lazy_static v1.5.0
2026-07-10T10:19:15.1190805Z    Compiling cmov v0.5.4
2026-07-10T10:19:15.1287608Z    Compiling nix v0.25.1
2026-07-10T10:19:15.1391679Z    Compiling papaya v0.2.4
2026-07-10T10:19:15.2285933Z    Compiling shared_library v0.1.9
2026-07-10T10:19:15.2330533Z    Compiling anstyle-wincon v3.0.11
2026-07-10T10:19:15.2490372Z    Compiling hkdf v0.12.4
2026-07-10T10:19:15.3163761Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-10T10:19:15.3727813Z    Compiling regex-automata v0.4.14
2026-07-10T10:19:15.4076416Z    Compiling toml_edit v0.22.27
2026-07-10T10:19:15.4076855Z    Compiling ctutils v0.4.2
2026-07-10T10:19:15.5500059Z    Compiling filedescriptor v0.8.3
2026-07-10T10:19:15.5851466Z    Compiling serial v0.4.0
2026-07-10T10:19:15.6867161Z    Compiling anstyle-parse v1.0.0
2026-07-10T10:19:15.7154942Z    Compiling backon v1.6.0
2026-07-10T10:19:15.8034826Z    Compiling anstyle-query v1.1.5
2026-07-10T10:19:15.8504614Z    Compiling vte_generate_state_changes v0.1.2
2026-07-10T10:19:15.9910058Z    Compiling shell-words v1.1.1
2026-07-10T10:19:16.0659889Z    Compiling foldhash v0.1.5
2026-07-10T10:19:16.0660385Z    Compiling paste v1.0.15
2026-07-10T10:19:16.1791967Z    Compiling schemars v1.2.1
2026-07-10T10:19:16.2534795Z    Compiling downcast-rs v1.2.1
2026-07-10T10:19:16.2827324Z    Compiling is_terminal_polyfill v1.70.2
2026-07-10T10:19:16.2841500Z    Compiling colorchoice v1.0.5
2026-07-10T10:19:16.2889934Z    Compiling instability v0.3.12
2026-07-10T10:19:16.3993005Z    Compiling portable-pty v0.8.1
2026-07-10T10:19:16.4280457Z    Compiling anstream v1.0.0
2026-07-10T10:19:16.5136373Z    Compiling vte v0.13.1
2026-07-10T10:19:16.5544480Z    Compiling hashbrown v0.15.5
2026-07-10T10:19:16.6681215Z    Compiling spake2 v0.4.0
2026-07-10T10:19:16.9850768Z    Compiling strum_macros v0.26.4
2026-07-10T10:19:17.0620741Z    Compiling crossterm_winapi v0.9.1
2026-07-10T10:19:17.1668386Z    Compiling terminal_size v0.4.4
2026-07-10T10:19:17.3226504Z    Compiling toml v0.8.23
2026-07-10T10:19:17.3923128Z    Compiling itertools v0.13.0
2026-07-10T10:19:17.4261154Z    Compiling sha1 v0.10.6
2026-07-10T10:19:17.5227634Z    Compiling regex v1.12.3
2026-07-10T10:19:17.6673532Z    Compiling castaway v0.2.4
2026-07-10T10:19:17.7308921Z    Compiling recvmsg v1.0.0
2026-07-10T10:19:17.8725716Z    Compiling indoc v2.0.7
2026-07-10T10:19:17.8956590Z    Compiling spt-runtime v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-10T10:19:18.1419200Z    Compiling clap_lex v1.1.0
2026-07-10T10:19:18.1870482Z    Compiling darling_macro v0.23.0
2026-07-10T10:19:18.2401545Z    Compiling wmi v0.18.4
2026-07-10T10:19:18.3790125Z    Compiling static_assertions v1.1.0
2026-07-10T10:19:18.5040864Z    Compiling unicode-width v0.1.14
2026-07-10T10:19:18.5373475Z    Compiling doctest-file v1.1.1
2026-07-10T10:19:18.5441045Z    Compiling compact_str v0.8.2
2026-07-10T10:19:18.7368895Z    Compiling darling v0.23.0
2026-07-10T10:19:18.8880042Z    Compiling unicode-truncate v1.1.0
2026-07-10T10:19:18.9863755Z    Compiling clap_builder v4.6.0
2026-07-10T10:19:19.0770151Z    Compiling spt-term v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-10T10:19:19.2706393Z    Compiling interprocess v2.4.2
2026-07-10T10:19:19.5090712Z    Compiling strum v0.26.3
2026-07-10T10:19:19.5766263Z    Compiling crossterm v0.28.1
2026-07-10T10:19:19.8134924Z    Compiling portmapper v0.16.0
2026-07-10T10:19:20.0748419Z    Compiling lru v0.12.5
2026-07-10T10:19:20.4149332Z    Compiling spt-live v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-10T10:19:20.4652163Z    Compiling clap_derive v4.6.1
2026-07-10T10:19:20.7995265Z    Compiling cassowary v0.3.0
2026-07-10T10:19:21.0070282Z    Compiling error-code v3.3.2
2026-07-10T10:19:21.0277138Z    Compiling unicode-width v0.2.0
2026-07-10T10:19:21.0790913Z    Compiling nucleo-matcher v0.3.1
2026-07-10T10:19:21.2643291Z    Compiling clipboard-win v5.4.1
2026-07-10T10:19:21.2933993Z    Compiling qrcode v0.14.1
2026-07-10T10:19:21.4292005Z    Compiling ratatui v0.29.0
2026-07-10T10:19:21.4685788Z    Compiling tempfile v3.27.0
2026-07-10T10:19:23.0506694Z    Compiling clap v4.6.1
2026-07-10T10:19:34.2938587Z    Compiling rustls-webpki v0.103.13
2026-07-10T10:19:36.7149873Z    Compiling tokio-rustls v0.26.4
2026-07-10T10:19:36.7150240Z    Compiling rustls-platform-verifier v0.7.0
2026-07-10T10:19:36.7150599Z    Compiling noq-proto v0.17.0
2026-07-10T10:19:36.8827827Z    Compiling hyper-rustls v0.27.9
2026-07-10T10:19:36.8828219Z    Compiling hickory-net v0.26.0-beta.4
2026-07-10T10:19:36.8828556Z    Compiling tokio-websockets v0.13.2
2026-07-10T10:19:37.2126175Z    Compiling reqwest v0.13.4
2026-07-10T10:19:38.2270967Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-10T10:19:56.4947231Z    Compiling spt-net v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-10T10:19:58.0722074Z    Compiling spt-daemon v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-10T10:20:08.4810041Z    Compiling spt v0.30.6 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-10T10:20:17.1039144Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s
2026-07-10T10:20:17.1265293Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-da9a758a4911d202.exe)
2026-07-10T10:20:17.2070522Z 
2026-07-10T10:20:17.2070945Z running 1 test
2026-07-10T10:20:25.6690575Z test new_brain_serves_against_old_broker ... ok
2026-07-10T10:20:25.6690787Z 
2026-07-10T10:20:25.6691011Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.46s
2026-07-10T10:20:25.6691256Z 
